SqlDatabaseSchemaProvider.FamilyName Property
Returns the name of this family of DatabaseSchemaProviders.
Namespace: Microsoft.Data.Schema.Sql
Assembly: Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)
Syntax
'Declaration
Public Overrides ReadOnly Property FamilyName As String
public override string FamilyName { get; }
public:
virtual property String^ FamilyName {
String^ get () override;
}
abstract FamilyName : string
override FamilyName : string
override function get FamilyName () : String
Property Value
Type: System.String
Remarks
A family is a collection of providers for the same data source and data provider, written by the same author. The DatabaseSchemaProviders within a family generally differ only in which version of the database they handle. The family name is arbitrary, and must be human-readable, human-typable, and unique.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.