コード例 #1
0
 /// <summary>
 /// Determines whether the specified property name is null.
 /// </summary>
 /// <param name="name">The name.</param>
 /// <returns>
 ///     <c>true</c> if the specified name is null; otherwise, <c>false</c>.
 /// </returns>
 public virtual bool IsNull(string name)
 {
     return(_internalReader.IsNull(name));
 }