RelationalPropertiesConfigurationBuilderExtensions 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
的關係資料庫特定擴充方法 PropertiesConfigurationBuilder 。
public static class RelationalPropertiesConfigurationBuilderExtensions
type RelationalPropertiesConfigurationBuilderExtensions = class
Public Module RelationalPropertiesConfigurationBuilderExtensions
- 繼承
-
RelationalPropertiesConfigurationBuilderExtensions
方法
AreFixedLength(PropertiesConfigurationBuilder, Boolean) |
將 屬性設定為只能儲存固定長度的資料,例如字串。 |
AreFixedLength<TProperty>(PropertiesConfigurationBuilder<TProperty>, Boolean) |
將 屬性設定為只能儲存固定長度的資料,例如字串。 |
HaveColumnType(PropertiesConfigurationBuilder, String) |
設定以關係資料庫為目標時,屬性所對應之資料行的資料類型。 這應該是完整的類型名稱,包括精確度、小數位數、長度等。 |
HaveColumnType<TProperty>(PropertiesConfigurationBuilder<TProperty>, String) |
設定以關係資料庫為目標時,屬性所對應之資料行的資料類型。 這應該是完整的類型名稱,包括精確度、小數位數、長度等。 |
UseCollation(PropertiesConfigurationBuilder, String) |
設定 屬性以使用指定的定序。 資料庫資料行將會使用指定的定序來建立,而且會隱含地用於所有區分定序的作業中。 |
UseCollation<TProperty>(PropertiesConfigurationBuilder<TProperty>, String) |
設定 屬性以使用指定的定序。 資料庫資料行將會使用指定的定序來建立,而且會隱含地用於所有區分定序的作業中。 |