BuildYourOwnDAL.Metadata.TableAttribute.TableAttribute C# (CSharp) Method

TableAttribute() public method

public TableAttribute ( string tableName ) : System
tableName string
return System
        public TableAttribute(string tableName)
        {
            TableName = tableName;
        }
TableAttribute