EntityModel.GetEntityType Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
GetEntityType(String) | |
GetEntityType(Type) |
GetEntityType(String)
public Microsoft.VisualStudio.ProjectSystem.Query.IEntityType GetEntityType (string name);
abstract member GetEntityType : string -> Microsoft.VisualStudio.ProjectSystem.Query.IEntityType
override this.GetEntityType : string -> Microsoft.VisualStudio.ProjectSystem.Query.IEntityType
Public Function GetEntityType (name As String) As IEntityType
Parameters
- name
- String
Returns
Implements
Applies to
GetEntityType(Type)
public Microsoft.VisualStudio.ProjectSystem.Query.IEntityType GetEntityType (Type contractType);
abstract member GetEntityType : Type -> Microsoft.VisualStudio.ProjectSystem.Query.IEntityType
override this.GetEntityType : Type -> Microsoft.VisualStudio.ProjectSystem.Query.IEntityType
Public Function GetEntityType (contractType As Type) As IEntityType
Parameters
- contractType
- Type