예제 #1
0
 /// <summary>
 ///     FALSE IF NOTHING!! FIELD MUST BE IN PREIMAGE FOR UPDATE STEP! Returns the effective value of the boolean field in
 ///     the context record (gets from the target entity or if not in gets from the preimage)
 /// </summary>
 public bool GetBoolean(string fieldName)
 {
     return(XrmEntity.GetBoolean(GetField(fieldName)));
 }