ComplexType::BuiltInTypeKind Property

 

Gets the built-in type kind for this ComplexType.

Namespace:   System.Data.Metadata.Edm
Assembly:  System.Data.Entity (in System.Data.Entity.dll)

public:
property BuiltInTypeKind BuiltInTypeKind {
	virtual BuiltInTypeKind get() override;
}

Property Value

Type: System.Data.Metadata.Edm::BuiltInTypeKind

A BuiltInTypeKind object that represents the built-in type kind for this ComplexType.

.NET Framework
Available since 3.5
Return to top
Show: