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
- 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.