DacpacMetadataAnnotation
Record net10.0
Represents a metadata annotation that specifies the path to a .dacpac file.
namespace Aspire.Hosting.ApplicationModel;
public record DacpacMetadataAnnotation : Aspire.Hosting.ApplicationModel.IResourceAnnotation, System.IEquatable<Aspire.Hosting.ApplicationModel.DacpacMetadataAnnotation>{ // ...} IResourceAnnotationIEquatable<DacpacMetadataAnnotation>
10 members
Constructors1
Section titled ConstructorsProperties1
Section titled PropertiesMethods8
Section titled Methods<Clone>$virtualDeconstruct(string)Equals(object?)boolDetermines whether the specified object is equal to the current object.
Equals(DacpacMetadataAnnotation?)virtualboolIndicates whether the current object is equal to another object of the same type.
GetHashCodeintServes as the default hash function.
op_Equality(DacpacMetadataAnnotation?, DacpacMetadataAnnotation?)staticboolop_Inequality(DacpacMetadataAnnotation?, DacpacMetadataAnnotation?)staticboolToStringstringReturns a string that represents the current object.