TableExistenceChecker.GetTableName Method (EntitySet)

 

Helper method to get the table name for the given s-space EntitySet.

Namespace:   System.Data.Entity.Infrastructure
Assembly:  EntityFramework (in EntityFramework.dll)

protected virtual string GetTableName(
	EntitySet modelTable
)

Parameters

modelTable
Type: System.Data.Entity.Core.Metadata.Edm.EntitySet

The s-space entity set for the table.

Return Value

Type: System.String

The table name.