FluentLinqToSql.Mappings.ColumnMapping.PrimaryKey C# (CSharp) 메소드

PrimaryKey() 공개 메소드

Marks the column as part of the table's Primary Key.
public PrimaryKey ( ) : IColumnMapping
리턴 IColumnMapping
        public IColumnMapping PrimaryKey()
        {
            return SetAttribute(Constants.IsPrimaryKey, "true");
        }