CollectionSchema.HasName

CollectionSchema.HasName method

Determines whether the specified name exists in the schema.

public bool HasName(string name)
ParameterTypeDescription
nameStringThe name to check.

Return Value

true if the specified name exists in the schema; otherwise, false.

See Also