DatabaseSchemaProviderFamily.FamilyName Property

Gets the short name that identifies the family (such as "sql" for SQL Server database providers).

Namespace:  Microsoft.Data.Schema.Extensibility
Assembly:  Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)

Syntax

'Declaration
Public MustOverride ReadOnly Property FamilyName As String
public abstract string FamilyName { get; }
public:
virtual property String^ FamilyName {
    String^ get () abstract;
}
abstract FamilyName : string
abstract function get FamilyName () : String

Property Value

Type: System.String
The family name.

.NET Framework Security

See Also

Reference

DatabaseSchemaProviderFamily Class

Microsoft.Data.Schema.Extensibility Namespace