SqlParameter::XmlSchemaCollectionName Property
.NET Framework (current version)
Gets the name of the schema collection for this XML instance.
Assembly: System.Data (in System.Data.dll)
public: property String^ XmlSchemaCollectionName { String^ get(); void set(String^ value); }
This value is null (Nothing in Microsoft Visual Basic) if there is no associated schema collection. If the value is null, then XmlSchemaCollectionDatabase and XmlSchemaCollectionOwningSchema are also null.
.NET Framework
Available since 2.0
Available since 2.0
Show: