Exemple #1
0
 /// <summary>
 /// Checks if MappedProperty exists
 /// </summary>
 /// <param name="aName">
 /// Name of mapped property <see cref="System.String"/>
 /// </param>
 /// <returns>
 /// true if successful <see cref="System.Boolean"/>
 /// </returns>
 public bool Exists(string aName)
 {
     return(Adaptor.Exists(aName));
 }