예제 #1
0
파일: CouchbaseQuery.cs 프로젝트: Godoy/CMS
 private static string GetUUID(IViewRow viewRow)
 {
     var uuid = viewRow.DictionaryValue()["UUID"];
     return uuid.ToString();
 }
예제 #2
0
        private static string GetUUID(IViewRow viewRow)
        {
            var uuid = viewRow.DictionaryValue()["UUID"];

            return(uuid.ToString());
        }