CsvMappingContains Method
Examines whether a
DynamicProperty instance is registered in the
CsvMapping under the name that is specified with
propertyName.
Namespace: FolkerKinzel.CsvTools.MappingsAssembly: FolkerKinzel.CsvTools.Mappings (in FolkerKinzel.CsvTools.Mappings.dll) Version: 1.1.0+1263e8243dc2cd78095f678f813d7d9c52ea4315
public bool Contains(
string propertyName
)
Public Function Contains (
propertyName As String
) As Boolean
public:
bool Contains(
String^ propertyName
)
member Contains :
propertyName : string -> bool
- propertyName String
- The PropertyName of the
DynamicProperty instance to be searched for.
Booleantrue if a
DynamicProperty instance with the specified
propertyName is already registered, otherwise
false.