CsvMappingContains Method

Examines whether a DynamicProperty instance is registered in the CsvMapping under the name that is specified with propertyName.

Definition

Namespace: FolkerKinzel.CsvTools.Mappings
Assembly: FolkerKinzel.CsvTools.Mappings (in FolkerKinzel.CsvTools.Mappings.dll) Version: 1.1.0+1263e8243dc2cd78095f678f813d7d9c52ea4315
C#
public bool Contains(
	string propertyName
)

Parameters

propertyName  String
The PropertyName of the DynamicProperty instance to be searched for.

Return Value

Boolean
true if a DynamicProperty instance with the specified propertyName is already registered, otherwise false.

Exceptions

ArgumentNullExceptionpropertyName is null.

See Also