Deveel.Data.Sql.IndexInfo.IndexInfo C# (CSharp) Method

IndexInfo() public method

public IndexInfo ( string indexName, string indexType, string columnNames ) : System
indexName string
indexType string
columnNames string
return System
        public IndexInfo(string indexName, string indexType, string[] columnNames)
            : this(indexName, indexType, columnNames, false)
        {
        }

Same methods

IndexInfo::IndexInfo ( string indexName, string indexType, string columnNames, bool isUnique ) : System
IndexInfo::IndexInfo ( string indexName, string indexType, string columnNames, bool isUnique, int offset ) : System