DatabaseSchemaProvider.FamilyName Property

Gets the name of a group of providers. For example, the family name of the SQL Server family of database providers is "sql".

Namespace:  Microsoft.Data.Schema
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

DatabaseSchemaProvider Class

Microsoft.Data.Schema Namespace